Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: vertical nav for quickstart and identity #2020

Merged
merged 12 commits into from
Feb 19, 2025

Conversation

christiannwamba
Copy link
Contributor

@christiannwamba christiannwamba commented Feb 10, 2025

Related Issue or Design Document

Checklist

  • I have read the contributing guidelines and signed the CLA.
  • I have referenced an issue containing the design document if my change introduces a new feature.
  • I have read the security policy.
  • I confirm that this pull request does not address a security vulnerability.
    If this pull request addresses a security vulnerability,
    I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added the necessary documentation within the code base (if appropriate).

Further comments

Organization after getting started

@christiannwamba christiannwamba changed the title feat: vertical nav for quickstart feat: vertical nav for quickstart and identity Feb 12, 2025
Copy link
Member

@vinckr vinckr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great start :)
i left some comments on what I think could be improved.

one side note for later: if we have the SDK guides as the first starting point in the docs I think we need to make sure that they work very well!

also would be good to have the OAuth2 and Permissions quickstarts under Start as well, but I assume have that planned for a later step.

I hope I caught all the changes but this looks very clean to navigate already!

src/sidebar.ts Outdated
"getting-started/local-development",
{
type: "category",
label: "Authenctication",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
label: "Authenctication",
label: "Authentication",

src/sidebar.ts Outdated
},
{
type: "category",
label: "Credentials",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't the other auth methods like password, passkeys etc. also fall under credentials?
not sure what I would except in this category

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thant's a good catch. Thanks

src/sidebar.ts Outdated
"kratos/passwordless/passkeys",
"kratos/passwordless/one-time-code",
"kratos/organizations/organizations",
"kratos/emails-sms/custom-email-templates",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the custom email templates doc is different than the others in this category - maybe it makes sense for emails/communication to have their own category? or move it to the "configuration" category?

Copy link
Contributor Author

@christiannwamba christiannwamba Feb 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the title is what is misleading. The content shares how to setup for account recovery via email, login code, registration code, etc. The title should be something like: "Email notification" and then it would live under Authentication

@christiannwamba
Copy link
Contributor Author

great start :) i left some comments on what I think could be improved.

one side note for later: if we have the SDK guides as the first starting point in the docs I think we need to make sure that they work very well!

also would be good to have the OAuth2 and Permissions quickstarts under Start as well, but I assume have that planned for a later step.

I hope I caught all the changes but this looks very clean to navigate already!

Thanks @vinckr. Create a few issues to track your suggestions:

  1. Test all quick start docs to ensure they are up to date and working #2032
  2. Create use case tutorials #2033

Copy link
Collaborator

@piotrmsc piotrmsc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of smaller points from my end but we are getting there! :)

  1. Can we add back button from "Start/Identity/Fedration/Permissions" pages from horizontal nav to redirect back to docs landing page like we have with Reference?

  2. Fedration -> Guides -> OpenID Connect SSO : this section is also applicable to identity (kratos).
    Scenario : when Hydra talks to kratos to authenticate the user but kratos can federate to yet another IDP.

  3. If you go to : Identities -> Guides -> Ory Actions then you have "Identity management" and "Oauth2 webhooks" which point to hydra and you have exactly same oauth hooks linked if you start from federation -> guides.

  4. Please think of "Reference" section on the horizontal nav bar, should we keep it or not? currently it's a mixture of topics either for Ory Network like Rate limits, custom domains etc or for Open Source related topics or both at the same time :D

@christiannwamba
Copy link
Contributor Author

Couple of smaller points from my end but we are getting there! :)

  1. Can we add back button from "Start/Identity/Fedration/Permissions" pages from horizontal nav to redirect back to docs landing page like we have with Reference?
  2. Fedration -> Guides -> OpenID Connect SSO : this section is also applicable to identity (kratos).
    Scenario : when Hydra talks to kratos to authenticate the user but kratos can federate to yet another IDP.
  3. If you go to : Identities -> Guides -> Ory Actions then you have "Identity management" and "Oauth2 webhooks" which point to hydra and you have exactly same oauth hooks linked if you start from federation -> guides.
  4. Please think of "Reference" section on the horizontal nav bar, should we keep it or not? currently it's a mixture of topics either for Ory Network like Rate limits, custom domains etc or for Open Source related topics or both at the same time :D

Thanks @piotrmsc

Fixed 1,2, and 3. Created an issue: #2036 for 4 and researching a solution now

@christiannwamba christiannwamba merged commit ae45d7b into main Feb 19, 2025
4 checks passed
@christiannwamba christiannwamba deleted the quickstart-vertical-nav branch February 19, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants